home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-06-29 | 657 b | 23 lines | [TEXT/GEOL] |
- Item 1927409 29-June-90 07:04PDT
-
- From: PEMD CH DEV PEMD Group, Zurich,IDV
-
- To: MACAPP.TECH$ MacApp Technical
-
- Sub: Menu Enabling Solved
-
- Hi Everyone,
-
- Our problem enabling a menu while using a modal dialog came from the fact that
- INHERITED DoSetUpmenus is only called for a window that is not modal.
-
- Enabling worked when we:
- 1) established a myModalDialogWindow as a subclass of TWindow
- 2) put the DialogView in this window
- 3) overrode DoSetUpmenus and enabled the menu of interest
- 4) Called Inherited DoSetUpmenus
-
- Regards,
- Ernie Rosenberg
-
-